Home
last modified time | relevance | path

Searched hist:"9 d59eb01" (Results 1 – 3 of 3) sorted by relevance

/xv6-public/
H A Dsysfile.c9d59eb01 Sat Feb 18 04:20:13 GMT 2012 Austin Clements <amdragon@mit.edu> Make fetchint and fetchstr use proc instead of taking a struct proc

Previously, these were inconsistent: they used their struct proc
argument for bounds checking, but always copied the argument from the
current address space (and hence the current process). Drop the
struct proc argument and always use the current proc.

Suggested by Carmi Merimovich.
H A Dsyscall.c9d59eb01 Sat Feb 18 04:20:13 GMT 2012 Austin Clements <amdragon@mit.edu> Make fetchint and fetchstr use proc instead of taking a struct proc

Previously, these were inconsistent: they used their struct proc
argument for bounds checking, but always copied the argument from the
current address space (and hence the current process). Drop the
struct proc argument and always use the current proc.

Suggested by Carmi Merimovich.
H A Ddefs.h9d59eb01 Sat Feb 18 04:20:13 GMT 2012 Austin Clements <amdragon@mit.edu> Make fetchint and fetchstr use proc instead of taking a struct proc

Previously, these were inconsistent: they used their struct proc
argument for bounds checking, but always copied the argument from the
current address space (and hence the current process). Drop the
struct proc argument and always use the current proc.

Suggested by Carmi Merimovich.